[Manager Summary]
Flattens print settings for storage in a user document.
OSStatus PMFlattenPrintSettings(PMPrintSettings printSettings, Handle *flatSetting)
PARAMETERS
printSettings
- A PMPrintSettings object to flatten.
flatSetting
- On return, a handle to the flattened data from the PMPrintSettings object. It is your application’s responsibility to later dispose of the handle.
- function result
- A result code. See Result Codes.
SPECIAL CONSIDERATIONS
If you need to save printing information, it is recommended that you only save the PMPageFormat object (see the description of the PMFlattenPageFormat function) and not the PMPrintSettings object.
Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.